Finished project - #768
Conversation
🚀 Project Submitted!Thanks for submitting your project! I will review it soon. 📋 Please check the dashboard to make sure the project is marked as Pending. |
TheCSharpAcademy
left a comment
There was a problem hiding this comment.
Hi @NikolajMortensen , thanks for submitting! Unfortunately, the project has been submitted as a Git submodule rather than as the actual project files. This usually happens when your project is already a Git repository and you then move it into another repository.
In your PR you can click on the "Files Changed" tab to see what was submitted, as per picture below:
To fix this, you need to remove the .git folder from inside your project folder. The .git folder should still exist in the Academy repository, but not inside the project you are submitting.
Once you've removed it, add, commit, and push the project files again so they appear normally in the pull request.
Hey, finished my first project. I did follow your video guide (escape from tutorial hell) from start to finish.